Skip to content

README: sync BIP-93 author list with its header - #2281

Closed
kriss39 wants to merge 2 commits into
bitcoin:masterfrom
kriss39:fix/readme-bip93-authors
Closed

kriss39 wants to merge 2 commits into
bitcoin:masterfrom
kriss39:fix/readme-bip93-authors

Conversation

@kriss39

@kriss39 kriss39 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

BIP-93 credits its first two authors as a single entry sharing one address:

  Authors: Leon Olsson Curr and Pearlwort Sneed <pearlwort@wpsoftware.net>
           Andrew Poelstra <andrew.poelstra@gmail.com>

The table row split that entry on a comma, so it reads as three authors with three addresses. buildtable.pl keeps the whole name ahead of each address and joins entries with a comma, so it renders the row as Leon Olsson Curr and Pearlwort Sneed, Andrew Poelstra.

Running scripts/buildtable.pl and diffing against the committed table, this was the only row where the two disagreed on content. With this change the two match everywhere except the BIP number allocated rows for 40, 41 and 63, which have no files for the script to read and are maintained by hand.

scripts/link-format-chk.sh, scripts/buildtable.pl and typos all still pass.

BIP-93 credits its first two authors as one entry sharing one address:

  Authors: Leon Olsson Curr and Pearlwort Sneed <pearlwort@wpsoftware.net>
           Andrew Poelstra <andrew.poelstra@gmail.com>

The table row split that entry on a comma, which reads as three authors with
three addresses. buildtable.pl keeps the name ahead of each address intact and
joins entries with a comma, so it renders the row the other way.

With this, the committed table matches the generated one everywhere except the
three "BIP number allocated" rows for 40, 41 and 63, which have no files for
the script to read and are maintained by hand.
With the README row now matching the generated table, the expected
delta for BIP 93 no longer occurs and the Diff Checks job fails on
the stale entry.
@kriss39
kriss39 force-pushed the fix/readme-bip93-authors branch from 294fa87 to 4d00a43 Compare September 13, 2026 16:15

@jonatack jonatack left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your proposal, but I think it's better as it currently is.

@jonatack jonatack closed this Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants